func internal/strconv.divisiblePow5

2 uses

	internal/strconv (current package)
		ftoafixed.go#L109: 	case -22 <= p && p < 0 && divisiblePow5(mant, -p):
		math.go#L96: func divisiblePow5(x uint64, p int) bool {